ActiveReports 10
DelegateCommand Constructor(Action,Func<Boolean>)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.Viewer.Common Namespace > DelegateCommand Class > DelegateCommand Constructor : DelegateCommand Constructor(Action,Func<Boolean>)
Syntax
'Declaration
 
Public Function New( _
   ByVal executeAction As Action, _
   ByVal canExecute As Func(Of Boolean) _
)
public DelegateCommand( 
   Action executeAction,
   Func<bool> canExecute
)

Parameters

executeAction
canExecute
See Also

Reference

DelegateCommand Class
DelegateCommand Members
Overload List